RegisterAcceptLanguage Property |
Gets or sets Accept-Language header field. The Accept-Language header field, is used
in requests to indicate the preferred languages for reason phrases or session descriptions in the
request body. The rules for ordering the languages is based on the "q" parameter.
Namespace:
Independentsoft.Sip.Methods
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string AcceptLanguage { get; set; }Public Property AcceptLanguage As String
Get
Set
Property Value
Type:
String
See Also